home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / jfklib.zip / JFKLIB.H < prev    next >
Text File  |  1991-05-11  |  591b  |  29 lines

  1. /*
  2.     JFKLIB.H - (C) 1990 by Joachim Kainz 'On a mission from Bhudda'
  3. */
  4.     #ifndef __JFKLIB_H
  5.     #define __JFKLIB_H 1
  6.  
  7.     #define ID_APPNAME            100
  8.  
  9.     #define ID_FILE_NEW            200
  10.     #define ID_FILE_CLOSE        201
  11.     #define ID_FILE_OPEN        202
  12.     #define ID_FILE_SAVE        203
  13.     #define ID_FILE_SAVE_AS        204
  14.     #define ID_FILE_EXIT        205
  15.  
  16.     #define ID_FILEBOX_NAME        300
  17.     #define ID_FILEBOX_FILES    301
  18.     #define ID_FILEBOX_PATH        302
  19.     #define ID_FILEBOX_DIRS        303
  20.  
  21.     #define ID_MDI_CASCADE        350
  22.     #define ID_MDI_TILE         351
  23.     #define ID_MDI_ARRANGE      352
  24.  
  25.     #define ID_HELP_ABOUT        400
  26.  
  27.     #endif
  28.  
  29.